home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 October / maximum-cd-2002-10.iso / Data / items.pcg / scripts / DefineButton2_269 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2002-08-15  |  101 b   |  8 lines

  1. on(press){
  2.    tellTarget("downControl")
  3.    {
  4.       gotoAndStop("start");
  5.       play();
  6.    }
  7. }
  8.